home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000176_fdc@columbia.edu_Sat Apr 3 13:07:33 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: K95 with VB
  5. Date: 3 Apr 2004 17:00:01 GMT
  6. Organization: Columbia University
  7. Lines: 25
  8. Message-ID: <slrnc6trch.nub.fdc@sesame.cc.columbia.edu>
  9. References: <ONOdnXG_hdGZifPd38DK-g@speakeasy.net>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1081011601 20688 128.59.59.56 (3 Apr 2004 17:00:01 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 3 Apr 2004 17:00:01 GMT
  15. User-Agent: slrn/0.9.8.0 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14887
  17.  
  18. On 2004-04-03, Steve <stevebNoSpamPlease@bs-sys.com> wrote:
  19. : I have an app that calls K95 which has a script that sets the line etc and
  20. : puts K95 in server mode.  The app basically receives files and processes the
  21. : data.  I have a way for the end user to shut down the app using
  22. : TerminateProcess:
  23. :
  24. : Declare Function TerminateProcess Lib "kernel32" (ByVal hProcess As Long,
  25. : ByVal uExitCode As Long) As Long
  26. :
  27. : Everything is working fine with my Lucent Winmodem.  Trying to do the same
  28. : thing using an Agere Winmodem which I am told is the new name Lucent.  The
  29. : problem is with this modem, the TerminateProcess does not release the modem.
  30. : If I try to use the modem again with my app or with any other app, I get an
  31. : error.  Specifically with K95 I am getting "Sorry, access to device is
  32. : denied".  I have to shut down the PC in order to free up the modem.  Looking
  33. : at the settings on the modems, the only difference is the speaker volume.
  34. : If I manually go into K95, set the modem and then End Task, that releases
  35. : the modem.
  36. :
  37. : Any idea why one modem thinks it is still in use but the other does not?
  38. :
  39. Which version of Kermit 95 are you using?  If it is 2.0 or later, are you
  40. using the GUI or Console version?
  41.  
  42. - Frank